home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / Patchmix / Source / Statement.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  203 b   |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Statement:Object
  7. //  object holding code statements
  8. {
  9.     char s[150];
  10. }
  11.  
  12. - storeString:(char *)string;
  13. - (char *)getString;
  14.  
  15. @end
  16.